Chart for WinRT
Converter<TInput,TOutput> Delegate

Syntax
'Declaration
 
Public Delegate Function Converter
    (Of TInput,TOutput)( _
   ByVal input As TInput _
) As TOutput
public delegate TOutput Converter<TInput,TOutput>( 
   TInput input
)

Parameters

input

Type Parameters

TInput
TOutput
See Also

Reference

Converter<TInput,TOutput> Members
C1.Xaml.Chart Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback